CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - max m

搜索资源列表

  1. treewave

    0下载:
  2. Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the w
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4377
    • 提供者:yupenghui
  1. exercise1

    1下载:
  2. 在软件MAX+plus II环境中,设计了一台RISC模型机,具有以下功能:输入包含10个整数(无符号数)的数组M,按从小到大的顺序输出这10个数。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:938273
    • 提供者:陈自分
  1. 数列极差

    0下载:
  2. 在黑板上写了N个正整数作成的一个数列,进行如下操作: 每一次擦去其中的两个数a和b,然后在数列中加入一个数a×b+1, 如此下去直至黑板上剩下一个数,在所有按这种操作方式最后得到的数中, 最大的max,最小的为min,则该数列的极差定义为M=max-min。
  3. 所属分类:数学计算/工程计算

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:552532
    • 提供者:Jiang
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3379
    • 提供者:download99
  1. 2

    1下载:
  2. 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1054
    • 提供者:斜阳
  1. LCS

    0下载:
  2. Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we h
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:linru
  1. Bluetooth10

    0下载:
  2. j2me蓝牙好资料哦,千万不要错过哦,一定好哦-Open command line 2.input tricktest Usage: TrickTest-f-o-i-f source mpeg2 file to trick-o trick output directory-i output file id-m max coding error, default 0-b max bitrate for trick generate, default 0 mean no limit-s trick
  3. 所属分类:J2ME

    • 发布日期:2017-04-25
    • 文件大小:139783
    • 提供者:杨洪(BU)
  1. trajectory

    0下载:
  2. This function is used to evaluate the max height and the max distance of a projectile and plot the trajectory. Inputs v0 : The initial velocity in m/s theta: The angle at which the projectile is fired in degrees Outputs hmax :
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:santosh
  1. max_min_filter

    0下载:
  2. 在图像利用M*N的窗 运行2维最大滤波器 在图像利用M*N的窗 运行2维最小滤波器 -performs two-dimensional maximum filtering on the image X using an M-by-N window. performs the 1D max/min filtering of the row vector X using a N-length filter. performs two-dimensional minimum filtering
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4154
    • 提供者:Alex
  1. FDI

    0下载:
  2. Function direct I Filter Call: [Y,Zf]=FDI(B,A,X,Zi) Parameters A(N), B(M), X(L)and Y(L) as in FILTER. Input Parameters: Zi(max(N,M)-1,2): Conditions iniciales. Zi(:,1): from zeros. Zi(:,2): from polos. Output Parameter
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:820
    • 提供者:carlos12
  1. yalmip

    5下载:
  2. matlab用于求解规划问题的工具包 推荐把这个工具整合到matlab中去,这个工具是私人的,不过大家都可以免费下载使用。下载后,只要在matlab中添加路径就可以使用这工具箱。 正在吸引我的是,这个工具箱建立了一种新的数据类型,使所有规划问题都整合在一起。 举例如下: 已知非线性整数规划为: Max z=x1^2+x2^2+3*x3^2+4*x4^2+2*x5^2-8*x1-2*x2-3*x3-x4-2*x5 s.t. 0<=xi<
  3. 所属分类:3G develop

    • 发布日期:2016-03-20
    • 文件大小:808300
    • 提供者:wrui
  1. two_ray_model

    0下载:
  2. Modelo de dos rayos de Andrea Goldsmith (figura 2.5, según expresión 2.12) f = 0.9 frecuencia en GHz landa = 0.3/f en m R = -1 coeficiente de reflexión en tierra ht = 10 altura del transmisor en m hr = 2 altura del receptor en m Gt
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:530
    • 提供者:ramonmro
  1. ForcedPendulum

    0下载:
  2. This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8555
    • 提供者:Mike Gao
  1. bankerAlgorithm

    0下载:
  2. 设计一个银行家算法,实现对N个进程和M种系统资源进行银行家算法判定和资源分配;并根据银行家算法的要求设计相应的数据结构,通过输入进程的个数,资源的种类,各个资源的最多数量,各个进程的Max,,Allocation,Need,然后对算法进行检测,判断是否能产生安全序列。-Design of a banker' s algorithm, to realize the process and the M N-species system resources determine the banke
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2721141
    • 提供者:何志芬
  1. kuaisutisheng

    0下载:
  2. 针对CT 医学图像和MR I 医学图像成像特点, 提出了基于快速整数提升小波变换的融合方法。在CT 和 MR I 两幅医学图像配准的前提下, 利用提升小波变换把图像分解成低频和高频子图像, 对于小波变换后的高频 子图像, 选择区域标准差大的作为融合后的子图像 对于低频子图像, 采用加权融合, 最后进行小波逆变换, 得到 融合后的图像, 并对融合后图像用信息熵、平均梯度、相关系数的指标进行评价。实验结果表明, 基于快速整数提 升小波变换融合中, 小波高低频系数采用不同的规则能够取得
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:801150
    • 提供者:杨颜华
  1. eq_point_set_property.m

    0下载:
  2. Max per region bound
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:babou79
  1. fga.m

    0下载:
  2. 遗传算法通用函数,非常实用和珍贵 描述简介如下: % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB(General
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:我系渣渣辉
« 1 23 4 »
搜珍网 www.dssz.com